home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / IMPORTER / IMP / GUID.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  695 b   |  19 lines

  1. /* $Id: Guid.cpp 1.2 1997/05/12 19:05:57 damien Exp $ */
  2.  
  3. ////////////////////////////////////////////////////////////////////////
  4. //   Exporter Example : Simple Easy Import                            //
  5. //--------------------------------------------------------------------//
  6. //   GUID Definitions                                                        //                                                                                        //
  7. //////////////////////////////////////////////////////////////////////// 
  8.  
  9.  
  10. #define INITGUID        // to initialise the GUIDs
  11.  
  12. //#include "I3DExIO.h"       // IID_I3DExImportFilter
  13. #include "I3DShUti.h"      // IID_IShFileStream, etc.
  14. #include "comimp.h"     // CLSID_SimpleEasyImport
  15. #include "I3DShTre.h"
  16.  
  17.  
  18.  
  19.